home *** CD-ROM | disk | FTP | other *** search
- Path: sol.caps.maine.edu!news
- From: Scott <slary61@maine.maine.edu>
- Newsgroups: comp.lang.c++
- Subject: Survey: recursive
- Date: 19 Apr 1996 02:02:22 GMT
- Organization: University of Maine System
- Message-ID: <4l6s7e$19i0@sol.caps.maine.edu>
- NNTP-Posting-Host: async5.ts-caps3.caps.maine.edu
-
- I am trying to get a feel of how long it would take an
- average programmer to accomplish the following.
-
- Write a recursive function that determines the lowest
- common denominator between two rational numbers for the
- first time. You may assume that you have a class rational
- that does not include this method. You have material
- describing class rational, but no other reference material.
-
- The clock starts now.
- Thanks
-
-
-